home *** CD-ROM | disk | FTP | other *** search
-
-
-
- qqqqccccoooonnnnttttrrrroooollll((((3333GGGG)))) qqqqccccoooonnnnttttrrrroooollll((((3333GGGG))))
-
-
-
- NNNNAAAAMMMMEEEE
- qqqqccccoooonnnnttttrrrroooollll - administers event queue
-
- CCCC SSSSPPPPEEEECCCCIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN
- lllloooonnnngggg qqqqccccoooonnnnttttrrrroooollll((((ccccmmmmdddd,,,, iiiiccccnnnntttt,,,, iiiiddddaaaattttaaaa,,,, ooooccccnnnntttt,,,, ooooddddaaaattttaaaa))))
- lllloooonnnngggg ccccmmmmdddd;;;;
- lllloooonnnngggg iiiiccccnnnntttt;;;;
- sssshhhhoooorrrrtttt iiiiddddaaaattttaaaa[[[[]]]];;;;
- lllloooonnnngggg ooooccccnnnntttt;;;;
- sssshhhhoooorrrrtttt ooooddddaaaattttaaaa[[[[]]]];;;;
-
- PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
- _c_m_d specifies which operation to perform.
-
- _i_c_n_t expects the number of elements in _i_d_a_t_a. If the operation only
- returns data, set _i_c_n_t to zero.
-
- _i_d_a_t_a expects an array containing the data to be used by _c_m_d. If _i_c_n_t
- is zero, then _i_d_a_t_a can be NULL.
-
- _o_c_n_t expects the number of elements in _o_d_a_t_a. If the operation does
- not return data, set _o_c_n_t to zero.
-
- _o_d_a_t_a expects the array into which you want the system to write the
- values returned by _c_m_d. If _o_c_n_t is zero, then _o_d_a_t_a can be NULL.
-
- FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- Upon successful completion, a value of 0 is returned. Otherwise, the
- returned value is a negative integer whose absolute value is an error
- value defined in <_e_r_r_n_o._h>.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The qqqqccccoooonnnnttttrrrroooollll routine is used to control various administrative aspects of
- the event queue and is intended for use by window management systems and
- input device daemons.
-
- The following values for _c_m_d are currently recognized:
-
- QQQQCCCC____SSSSEEEETTTTKKKKEEEEYYYYWWWWAAAARRRRPPPP
- Sets the graphics console keyboard auto-repeat threshold and rate to
- _i_d_a_t_a[_0] and _i_d_a_t_a[_1] respectively. The threshold represents the
- time between the initial key press and the beginning of auto-repeat.
- The rate value represents the inter-character repeat interval.
-
- QQQQCCCC____GGGGEEEETTTTKKKKEEEEYYYYWWWWAAAARRRRPPPP
- Returns in the keyboard repeat threshold in _o_d_a_t_a[_0] and the repeat
- rate in _o_d_a_t_a[_1].
-
- QQQQCCCC____SSSSEEEETTTTMMMMOOOOUUUUSSSSEEEEWWWWAAAARRRRPPPP
- Sets the mouse acceleration threshold and multiplier to _i_d_a_t_a[_0] and
- (_1_6 * _i_d_a_t_a[_1]) respectively. Whenever the mouse is moved, a delta
- value from its last known position is computed. If the delta value
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-
-
-
- qqqqccccoooonnnnttttrrrroooollll((((3333GGGG)))) qqqqccccoooonnnnttttrrrroooollll((((3333GGGG))))
-
-
-
- exceeds the acceleration threshold, then both the _x and _y components
- of the motion are multiplied by the acceleration multiplier. If
- _i_d_a_t_a[_0] and _i_d_a_t_a[_1] are both zero, then the acceleration and
- threshold are reset to the defaults.
-
- QQQQCCCC____GGGGEEEETTTTMMMMOOOOUUUUSSSSEEEEWWWWAAAARRRRPPPP
- Returns in _o_d_a_t_a[_0] and _o_d_a_t_a[_1] the current mouse accelerator
- threshold and multiplier values.
-
- QQQQCCCC____SSSSEEEETTTTDDDDIIIIAAAALLLLWWWWAAAARRRRPPPP
- Sets the dial acceleration threshold and multiplier to _i_d_a_t_a[_0] and
- (_1_6 * _i_d_a_t_a[_1]) respectively. Whenever the dial is moved, a delta
- value from its last known position is computed. If the delta value
- exceeds the acceleration threshold, then both the _x and _y components
- of the motion are multiplied by the acceleration multiplier. If
- _i_d_a_t_a[_0] and _i_d_a_t_a[_1] are both zero, then the acceleration and
- threshold are reset to the defaults.
-
- QQQQCCCC____GGGGEEEETTTTDDDDIIIIAAAALLLLWWWWAAAARRRRPPPP
- Returns in _o_d_a_t_a[_0] and _o_d_a_t_a[_1] the current dial accelerator
- threshold and multiplier values.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- qdevice, setvaluator
-
- NNNNOOOOTTTTEEEESSSS
- This routine is available only in immediate mode.
-
- The symbolic command values mentioned above are defined in
- <_g_l/_q_c_o_n_t_r_o_l._h>.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 2222
-
-
-
-